home *** CD-ROM | disk | FTP | other *** search
/ An Introduction to Progr…l Basic 6.0 (4th Edition) / An Introduction to Programming using Visual Basic 6.0.iso / COMMON / TOOLS / VB / UNSUPPRT / DANIM / HELP / DA / DOCSAMPS / STAR.TXT < prev    next >
Encoding:
Text File  |  1998-03-12  |  174 b   |  6 lines

  1. SetLineColor(255,0,0)
  2. SetLineSTYLE(1,3)
  3. SetFillColor(100,0,100)
  4. SetFillSTYLE(1)
  5. Polygon(11, 40,10, 30,30, 10,30, 26,45, 20,60, 40,50, 60,60, 54,45, 70,30, 50,30, 40,10)
  6.